Cubic Synonym
The gxCubicSynonymTag synonym ('cubx') for cubics is defined:
#define gxCubicSynonymTag 0x63756278QuickDraw GX defines cubic synonym information in the cubic synonym enumeration:
enum gxCubicSynonym{ gxIgnoreFlag = 0 gxLineToFlag = 1 gxCurveToFlag = 2 gxMoveToFlag = 3 gxClosePathFlag = 4 }; typedef short gxCubicSynonymFlags;Constant descriptions
gxIgnoreFlag
- Ignore this flag; get the next one.
gxLineToFlag
- Draw a line from the current point to the point specified after this flag.
gxCurveToFlag
- Draw a curve from the current point through the three points specified after this flag.
gxMoveToFlag
- Move the start of a new contour, which becomes the current point, to the point specified after this flag.
gxClosePathFlag
Close the contour.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help